home *** CD-ROM | disk | FTP | other *** search
- <HTML>
-
- <!-- Implement the caption area -->
- <CENTER>
- <FORM NAME="Caption">
- <FONT SIZE=3 FACE="arial">
- <TEXTAREA ROWS=5 COLS=27 NAME="textbox"></TEXTAREA>
- </FONT>
- </FORM>
- </CENTER>
-
- </HTML>
- <SCRIPT LANGUAGE="JavaScript">
-
-
- //
- // Change the caption value
- //
-
- // The following function has been commented out and belongs with the JMarquee applet
-
- //function change(cValue) {
- // document.JMarquee.setCaption( cValue );
- // document.JMarquee.setMarquee( 0);
- // document.JMarquee.activate();
- //}
-
- // The following function implements the change in the caption area.
-
- function change(cValue)
- {
- document.Caption.textbox.value=cValue;
- }
-
-
- </SCRIPT>